home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d4
/
axrud582.arc
/
AUNTIE.BAT
next >
Wrap
DOS Batch File
|
1990-06-27
|
903b
|
23 lines
@REM ************************************************************************
@REM * Run XORU (c) 5.0 under Auntie BBS
@REM * Assumes existence of Auntie files in C:\AUNTIE and an archived
@REM * copy of XORU in \ZIPDOORS, compressed using PKWARE, Inc's PKZIP (tm)
@REM ************************************************************************
@REM
@REM Note: the "@" signs preceding each line of this file are for
@REM disabling DOS echoing in batch files (DOS ver 3.3 and above)
@REM Also Note: the line "\AXORU\AXORU" may need to be changed to
@REM the following if your DOS does not support execution of a program
@REM by its full path name:
@REM CD \AXORU
@REM AXORU
@REM CD \AUNTIE
@ECHO OFF
@MD \AXORU
@PKUNZIP \ZIPDOORS\AXORUDR5 \AXORU
@\AXORU\AXORU
@PKZIP -U \ZIPDOORS\AXORUDR5 \AXORU\*.XRU
@ECHO Y | DEL \AXORU\*.*
@RD \AXORU
@RUNAUNT.BAT